From 38d179c8a3cefe25119fda7e44eecc5bfc7ff88e Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Tue, 25 Jan 2005 16:51:25 +0000 Subject: [PATCH] bitkeeper revision 1.1159.212.42 (41f6790d_JgecZcMdZzpMtjaR5vjUg) Upgrade library version numbers. --- tools/libxc/Makefile | 2 +- tools/libxutil/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index b0c47e2f37..5b7ac22d73 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -3,7 +3,7 @@ INSTALL_PROG = $(INSTALL) -m0755 INSTALL_DATA = $(INSTALL) -m0644 INSTALL_DIR = $(INSTALL) -d -m0755 -MAJOR = 2.0 +MAJOR = 3.0 MINOR = 0 SONAME = libxc.so.$(MAJOR) diff --git a/tools/libxutil/Makefile b/tools/libxutil/Makefile index bedbcc7c5c..63cb4fe0d1 100644 --- a/tools/libxutil/Makefile +++ b/tools/libxutil/Makefile @@ -31,7 +31,7 @@ CFLAGS += -Wall -Werror -O3 -fno-strict-aliasing CFLAGS += -Wp,-MD,.$(@F).d DEPS = .*.d -MAJOR := 2.0 +MAJOR := 3.0 MINOR := 0 LIB_NAME := libxutil LIB := $(LIB_NAME).so -- 2.30.2